-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency behat/behat to v3.22.0 #125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
develop
Choose a base branch
from
renovate/behat-behat-3.x
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1523d79
to
0eff9cd
Compare
0eff9cd
to
f81fbc4
Compare
f81fbc4
to
2eb1648
Compare
2eb1648
to
1f54e9e
Compare
1f54e9e
to
1915c91
Compare
1915c91
to
2df85fa
Compare
2df85fa
to
be2114b
Compare
be2114b
to
26c6f97
Compare
|
26c6f97
to
3a110bf
Compare
3a110bf
to
20d591a
Compare
20d591a
to
a362a60
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.12.0
->3.22.0
Release Notes
Behat/Behat (behat/behat)
v3.22.0
Compare Source
Changed
Users working in languages whose characters are mostly outside the allowed UTF-8 range
will see generic
stepDefinitionX
names. We have provided an extension point for customsuggestion implementations, and would consider providing an official extension. If this
affects you, please open a discussion on the Behat repository.
By @acoulton in #1633
Internal
v3.21.1
Compare Source
Fixed
v3.21.0
Compare Source
Fixed
Added
fully qualified class names; convert output_verbosity values to constants; and convert tester and error_reporting
configuration to PHP by @acoulton in #1619, #1623
and #1626
Internal
v3.20.0
Compare Source
Changed
gherkin.paths.lib
and
gherkin.paths.i18n
are no longer defined or used. Minimum behat/gherkin version is now ^4.12.0.By @carlos-granados in #1604.
Added
--allow-no-tests
CLI option to pass even if no specifications found by @Kingdutch in #1420--convert-config
CLI option to convert the yaml config to php by @carlos-granados in #1605Internal
and #1606
v3.19.0
Compare Source
Changed
< 1.2.0 (released in 2017, package now deprecated and unsupported by behat since 2021).
By @acoulton in #1584
redundant. By @carlos-granados in #1585
Added
#1597
Fixed
Internal
#1589 and #1590 and by
@stof in #1591
v3.18.1
Compare Source
Fixed
show_output
option when used with a custom formatter that does not define it by @carlos-granados in#1587
v3.18.0
Compare Source
Changed
Behat\Hook\Hook
andBehat\Step\Definition
interfaces used internally by step definitionattributes by @carlos-granados in #1573
Added
show_output
formatter option to control if/when to display stdout generated during testsby @carlos-granados in #1576
Fixed
Internal
@carlos-granados in #1571, #1573
#1578 and by @stof in #1575
v3.17.0
Compare Source
Changed
by @fmatsos in #1549 and #1569
--xdebug
is specified on the CLI, to improve performance by @carlos-granados in #1560Added
by @loic425 in #1537, #1538,
#1550, #1547,
#1540, #1546,
#1556, #1557 and
#1558.
<failure>
nodes for all hook failures in the junit output by @carlos-granados in #1536#[Transform]
attribute, equivalent to the@Transform
annotation by @carlos-granados in #1545--narrative
filter on the command line by @carlos-granados in #1559Fixed
output_path
is specified for the junit formatter by @carlos-granados in #1533Internal
by @carlos-granados in #1554, #1562,
#1566, #1568
#1570.
v3.16.1
Compare Source
Changed
and gherkin.paths.i18n are no longer defined or used. Minimum behat/gherkin version is now ^4.12.0.
By @carlos-granados in #1604, backported from 3.20.0 to fix errors for users stuck on 3.16.0 due to
dependency conflicts.
v3.16.0
Compare Source
Changed
versions as they reach EOL. by @AlexSkrypnyk in #1504
to report the running version. by @acoulton in #1520
as such). This may affect users who are creating instances direct rather than through the DI container as expected.
See Behat\Behat\EventDispatcher\Cli\StopOnFailureController in #1501 and Behat\Behat\Tester\Cli\RerunController in #1518.
Added
1.234
rather than only as integer secondsby @uuf6429 in #1460
stop_on_failure
within behat.yml by @jdeniau in #1512,#1501 and #1516
Fixed
--rerun
all tests that should be considered failed (including undefined, when strict) by @carlos-granados in #1518Internal
v3.15.0
Compare Source
Note: This release also bumps the minor version of behat/gherkin to 4.10.0, which was released on 2024-10-19 with
a behaviour-changing bugfix related to the parsing of
\
characters in scenarios.See the Behat/Gherkin CHANGELOG.
Added
@jrfnl in #1477
behat.dist.y[a]ml
by @uuf6429 in #1464--rerun-only
flag to immediately exit 0 without running anything if there were no failures on the previous runby @Treast in #1466
default
if nothing was specified at runtimeby @andrewnicols in #1334
Fixed
by @ivastly in #1457 and @acoulton in #1483
Internal
#1486 and #1487 and by
@jrfnl in #1479
#1492
v3.14.0
Compare Source
Added
Fixed
Internal
v3.13.0
Compare Source
Added
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.